downloadBytes

suspend fun HttpClient.downloadBytes(urlString: String, bufferSize: Int = DEFAULT_DOWNLOAD_BUFFER_SIZE, block: HttpRequestBuilder.() -> Unit = {}, onProgress: suspend (DownloadProgress) -> Unit = {}): DownloadResult